home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1953 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  2.5 KB  |  66 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 40 && _root.range == true)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "Hey, that\'s a great idea.  I\'ll have a girlfriend in no time...  in JAIL!  ARE YOU NUTS?";
  8.       }
  9.       else if(_root.micon._currentframe == 41 && _root.range == true)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "I don\'t think I want to make Ms. Ratchett cry.";
  13.       }
  14.       if(_root.micon._currentframe == 1 && _root.range == true)
  15.       {
  16.          _root.next_dis1 = 2;
  17.          _root.next_txt1 = "I\'m not going to touch that little old lady!";
  18.       }
  19.       if(_root.micon._currentframe == 2)
  20.       {
  21.          _root.next_dis1 = 2;
  22.          _root.next_txt1 = "That\'s Ms Rachett.  She\'s legally blind even with those thick glasses on, but her hearing is excellent.";
  23.       }
  24.       if(_root.micon._currentframe == 61 && _root.range == true && _root.txt_number <= 1)
  25.       {
  26.          _root.sfx.gotoAndPlay(3);
  27.          _root.micon.gotoAndStop(1);
  28.          _root.fade.gotoAndPlay(1);
  29.          _root.gotoAndStop(50);
  30.       }
  31.       if(_root.micon._currentframe == 59 && _root.range == true)
  32.       {
  33.          _root.txt_number = 2;
  34.          _root.next_txt2 = "I\'m not accepting any paper work unless it comes from Principal Hoggard himself!";
  35.          _root.di2 = 533;
  36.          _root.next_dis2 = 15;
  37.          _root.next_txt1 = "Go back to your seat, Hewitt.";
  38.          _root.di1 = 532;
  39.          _root.next_dis1 = 15;
  40.       }
  41.       if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
  42.       {
  43.          if(_root.talk14 == 0)
  44.          {
  45.             _root.talk14 = 1;
  46.             _root.txt_number = 3;
  47.             _root.next_dis3 = 2;
  48.             _root.di3 = 530;
  49.             _root.next_txt3 = "I can\'t be in here right now!  The dance is tonight and I haven\'t found a date yet.  Please, Ms. Rachett.";
  50.             _root.next_txt2 = "You did the crime and you\'ll do the time unless Principle Hoggard brings me a signed letterhead from the school saying you can go free.";
  51.             _root.di2 = 531;
  52.             _root.next_dis2 = 15;
  53.             _root.next_txt1 = "Go back to your seat, Hewitt.";
  54.             _root.di1 = 532;
  55.             _root.next_dis1 = 15;
  56.          }
  57.          else if(_root.talk14 == 1)
  58.          {
  59.             _root.next_txt1 = "Go back to your seat, Hewitt.";
  60.             _root.di1 = 532;
  61.             _root.next_dis1 = 15;
  62.          }
  63.       }
  64.    }
  65. }
  66.